home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 April / EnigmA AMIGA RUN 06 (1996)(G.R. Edizioni)(IT)[!][issue 1996-04][Skylink CD V].iso / internet / others / sanautil.lha / SMakefile < prev   
Makefile  |  1995-08-04  |  150b  |  12 lines

  1. #
  2. # smakefile for sanautil (SAS/C 6.x)
  3. #
  4. # Timo Rossi, 1992-1995
  5. #
  6.  
  7. sanautil: sanautil.o
  8.     $(CC) $(CFLAGS) LINK $@.o TO $@
  9.  
  10. clean:
  11.     delete \#?.(o|lnk)
  12.